home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - System / card_11441.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  202 lines

  1. -- card: 11441 from stack: in
  2. -- bmap block id: 6821
  3. -- flags: 0000
  4. -- background id: 6174
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   push card
  55.   visual iris open
  56.   go to card "General"
  57.   show card field "Cover All"
  58.   show card button "Self-Check"
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 20 (field)
  64. -- low flags: 80
  65. -- high flags: 0000
  66. -- rect: left=324 top=160 right=197 bottom=491
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 0
  70. -- font id: 3
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: 
  75.  
  76.  
  77. -- part 28 (button)
  78. -- low flags: 00
  79. -- high flags: A003
  80. -- rect: left=363 top=163 right=185 bottom=429
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: FALSE
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   play boing
  92.   show button id 17
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 29 (button)
  98. -- low flags: 00
  99. -- high flags: A003
  100. -- rect: left=363 top=132 right=154 bottom=429
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: TRUE
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  112.   wait for 2 seconds
  113.   hide button id 17
  114.   visual scroll right
  115.   go next
  116. end mouseUp
  117.  
  118.  
  119. -- part 33 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=328 top=302 right=325 bottom=353
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: New Button
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   visual effect scroll right
  134.   go to next card
  135. end mouseUp
  136.  
  137.  
  138.  
  139.  
  140. -- part 35 (button)
  141. -- low flags: 00
  142. -- high flags: 0000
  143. -- rect: left=157 top=302 right=325 bottom=182
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: New Button
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   visual effect scroll left
  155.   go to prev card
  156. end mouseUp
  157.  
  158.  
  159.  
  160.  
  161. -- part 36 (button)
  162. -- low flags: 00
  163. -- high flags: A004
  164. -- rect: left=202 top=303 right=324 bottom=305
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: The System
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  176.   if it is "Yes" then
  177.     visual checkerboard to black
  178.     go to card id 7270
  179.   end if
  180.   if it is "Cancel" then
  181.     put "Cancel" into it
  182.   end if
  183. end  mouseUp
  184.  
  185.  
  186. -- part contents for card part 2
  187. ----- text -----
  188.  
  189.  
  190.  
  191. The Apple Scanner Scans an 8.5 x 11 inch original at 300 dpi in 24 seconds.
  192.  
  193.  
  194.  
  195. -- part contents for card part 15
  196. ----- text -----
  197. Question
  198.  
  199. -- part contents for card part 20
  200. ----- text -----
  201. Only during routine 
  202. maintenance?